'Declaration
Public Property HTMLCustomCookies As Dictionary(Of String,String)
public Dictionary<string,string> HTMLCustomCookies {get; set;}
public read-write property HTMLCustomCookies: Dictionary;
public function get,set HTMLCustomCookies : Dictionary